home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / preferences.nib / data.classes next >
Encoding:
Text File  |  1995-02-28  |  2.0 KB  |  67 lines

  1. StartupPreferences = {
  2.     ACTIONS = {
  3.     "deleteSelectedPage:" = "deleteSelectedPage:"; 
  4.     "tagBookmarkPage:" = "tagBookmarkPage:"; 
  5.     "tagHomePage:" = "tagHomePage:"; 
  6.     "takeURLFrom:" = "takeURLFrom:"; 
  7.     }; 
  8.     OUTLETS = {startingPagesBrowser = startingPagesBrowser; }; 
  9.     SUPERCLASS = PreferenceClient; 
  10. };
  11. PreferenceClient = {
  12.     ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; }; 
  13.     OUTLETS = {controlBox = controlBox; }; 
  14.     SUPERCLASS = Object; 
  15. };
  16. URLView = {ACTIONS = {}; OUTLETS = {companion = companion; }; SUPERCLASS = View; };
  17. WebBrowser = {
  18.     ACTIONS = {
  19.     "abort:" = "abort:"; 
  20.     "addBookmark:" = "addBookmark:"; 
  21.     "appDidInit:" = "appDidInit:"; 
  22.     "gotoBookmarks:" = "gotoBookmarks:"; 
  23.     "openURLPanel:" = "openURLPanel:"; 
  24.     "reloadDocument:" = "reloadDocument:"; 
  25.     "showFindPanel:" = "showFindPanel:"; 
  26.     "showInfoPanel:" = "showInfoPanel:"; 
  27.     "takeURLFrom:" = "takeURLFrom:"; 
  28.     }; 
  29.     OUTLETS = {
  30.     abortButton = abortButton; 
  31.     findTextField = findTextField; 
  32.     hierarchy = hierarchy; 
  33.     highlightedURLForm = highlightedURLForm; 
  34.     highlightedURLView = highlightedURLView; 
  35.     history = history; 
  36.     infoPanel = infoPanel; 
  37.     openURLForm = openURLForm; 
  38.     preferencesPanel = preferencesPanel; 
  39.     progressView = progressView; 
  40.     scrollView = scrollView; 
  41.     urlView = urlView; 
  42.     window = window; 
  43.     }; 
  44.     SUPERCLASS = Object; 
  45. };
  46. PreferenceController = {
  47.     ACTIONS = {
  48.     "showColorPreferences:" = "showColorPreferences:"; 
  49.     "showGeneralPreferences:" = "showGeneralPreferences:"; 
  50.     "showServerPreferences:" = "showServerPreferences:"; 
  51.     "showStartPagePreferences:" = "showStartPagePreferences:"; 
  52.     }; 
  53.     OUTLETS = {box = box; currentClient = currentClient; }; 
  54.     SUPERCLASS = Object; 
  55. };
  56. ProxyPreferences = {
  57.     ACTIONS = {
  58.     "addNoProxy:" = "addNoProxy:"; 
  59.     "addProxy:" = "addProxy:"; 
  60.     "removeEntry:" = "removeEntry:"; 
  61.     "select:" = "select:"; 
  62.     }; 
  63.     OUTLETS = {noProxyBox = noProxyBox; proxyBox = proxyBox; }; 
  64.     SUPERCLASS = PreferenceClient; 
  65. };
  66. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  67.